home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / footage / pict24.dxr / 00045.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  507 b   |  17 lines

  1. on mouseDown
  2.   global qtframelist, pictlist, movieprepos, scastname
  3.   repeat while the stillDown
  4.     if rollOver(clickOn()) then
  5.       if the memberNum of sprite 24 = getAt(qtframelist, movieprepos) then
  6.         set the member of sprite 24 to member (getAt(qtframelist, movieprepos + 1) - 1) of castLib scastname
  7.         leftupdate()
  8.       else
  9.         set the memberNum of sprite 24 to the memberNum of sprite 24 - 1
  10.         leftupdate()
  11.       end if
  12.       next repeat
  13.     end if
  14.     exit
  15.   end repeat
  16. end
  17.